home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue27 / construc / UNIT1.DFM / UNIT1.txt
Encoding:
Text File  |  1997-09-29  |  8.0 KB  |  361 lines

  1. object MainForm: TMainForm
  2.   Left = 284
  3.   Top = 156
  4.   Width = 640
  5.   Height = 480
  6.   ActiveControl = EditURL
  7.   Caption = 'InterBob v0.9'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 632
  20.     Height = 430
  21.     ActivePage = TabSheet1
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object TabSheet1: TTabSheet
  25.       Caption = 'homepage'
  26.       object Splitter1: TSplitter
  27.         Left = 305
  28.         Top = 61
  29.         Width = 3
  30.         Height = 341
  31.         Cursor = crHSplit
  32.         MinSize = 150
  33.         OnMoved = Splitter1Moved
  34.       end
  35.       object Panel1: TPanel
  36.         Left = 0
  37.         Top = 0
  38.         Width = 624
  39.         Height = 61
  40.         Align = alTop
  41.         BevelOuter = bvNone
  42.         PopupMenu = PopupMenuSuspected
  43.         TabOrder = 0
  44.         object Label1: TLabel
  45.           Left = 4
  46.           Top = 8
  47.           Width = 95
  48.           Height = 13
  49.           Caption = 'Webpage to check:'
  50.         end
  51.         object Label2: TLabel
  52.           Left = 4
  53.           Top = 46
  54.           Width = 147
  55.           Height = 13
  56.           Caption = '(Sub)pages currently checking:'
  57.         end
  58.         object Label3: TLabel
  59.           Left = 312
  60.           Top = 46
  61.           Width = 102
  62.           Height = 13
  63.           Caption = '(Sub)pages checked:'
  64.         end
  65.         object Label4: TLabel
  66.           Left = 67
  67.           Top = 28
  68.           Width = 32
  69.           Height = 13
  70.           Caption = 'Depth:'
  71.         end
  72.         object EditURL: TEdit
  73.           Left = 104
  74.           Top = 4
  75.           Width = 445
  76.           Height = 21
  77.           TabOrder = 0
  78.           Text = 'http://'
  79.         end
  80.         object BitBtn1: TBitBtn
  81.           Left = 556
  82.           Top = 0
  83.           Width = 64
  84.           Height = 25
  85.           Caption = '&Check'
  86.           TabOrder = 4
  87.           OnClick = BitBtn1Click
  88.           Kind = bkOK
  89.           Margin = 4
  90.         end
  91.         object CheckBoxLocalDisk: TCheckBox
  92.           Left = 484
  93.           Top = 28
  94.           Width = 65
  95.           Height = 17
  96.           Caption = 'local disk'
  97.           TabOrder = 3
  98.         end
  99.         object EditDepth: TEdit
  100.           Left = 104
  101.           Top = 24
  102.           Width = 45
  103.           Height = 21
  104.           TabOrder = 1
  105.           Text = '999'
  106.         end
  107.         object BitBtn2: TBitBtn
  108.           Left = 556
  109.           Top = 28
  110.           Width = 64
  111.           Height = 25
  112.           Caption = '&Stop'
  113.           TabOrder = 5
  114.           OnClick = BitBtn2Click
  115.           Kind = bkCancel
  116.           Margin = 4
  117.         end
  118.         object CheckBoxCGI: TCheckBox
  119.           Left = 400
  120.           Top = 28
  121.           Width = 81
  122.           Height = 17
  123.           Caption = '*.exe/*.asp?'
  124.           TabOrder = 2
  125.         end
  126.       end
  127.       object ListBoxChecking: TListBox
  128.         Left = 0
  129.         Top = 61
  130.         Width = 305
  131.         Height = 341
  132.         Align = alLeft
  133.         ItemHeight = 13
  134.         TabOrder = 1
  135.       end
  136.       object MemoChecked: TMemo
  137.         Left = 308
  138.         Top = 61
  139.         Width = 316
  140.         Height = 341
  141.         Align = alClient
  142.         PopupMenu = PopupMenuHomePage
  143.         ReadOnly = True
  144.         ScrollBars = ssVertical
  145.         TabOrder = 2
  146.         WordWrap = False
  147.       end
  148.     end
  149.     object TabSheet2: TTabSheet
  150.       Caption = 'suspected links'
  151.       object MemoSuspect: TMemo
  152.         Left = 0
  153.         Top = 0
  154.         Width = 624
  155.         Height = 402
  156.         Align = alClient
  157.         PopupMenu = PopupMenuSuspected
  158.         ReadOnly = True
  159.         ScrollBars = ssVertical
  160.         TabOrder = 0
  161.         WordWrap = False
  162.       end
  163.     end
  164.     object TabSheet3: TTabSheet
  165.       Caption = 'broken links'
  166.       object MemoBroken: TMemo
  167.         Left = 0
  168.         Top = 0
  169.         Width = 624
  170.         Height = 402
  171.         Align = alClient
  172.         PopupMenu = PopupMenuBrokenLinks
  173.         ReadOnly = True
  174.         ScrollBars = ssVertical
  175.         TabOrder = 0
  176.         WordWrap = False
  177.       end
  178.     end
  179.     object TabSheet4: TTabSheet
  180.       Caption = 'external links'
  181.       object MemoExternal: TMemo
  182.         Left = 0
  183.         Top = 0
  184.         Width = 624
  185.         Height = 402
  186.         Align = alClient
  187.         PopupMenu = PopupMenuExternalLinks
  188.         ReadOnly = True
  189.         ScrollBars = ssVertical
  190.         TabOrder = 0
  191.         WordWrap = False
  192.       end
  193.     end
  194.     object TabSheet5: TTabSheet
  195.       Caption = 'mailto:'
  196.       object MemoMailTo: TMemo
  197.         Left = 0
  198.         Top = 0
  199.         Width = 624
  200.         Height = 402
  201.         Align = alClient
  202.         PopupMenu = PopupMenuMailTo
  203.         ReadOnly = True
  204.         ScrollBars = ssVertical
  205.         TabOrder = 0
  206.         WordWrap = False
  207.       end
  208.     end
  209.     object TabSheet6: TTabSheet
  210.       Caption = 'news://'
  211.       object MemoNews: TMemo
  212.         Left = 0
  213.         Top = 0
  214.         Width = 624
  215.         Height = 402
  216.         Align = alClient
  217.         PopupMenu = PopupMenuNews
  218.         ReadOnly = True
  219.         ScrollBars = ssVertical
  220.         TabOrder = 0
  221.         WordWrap = False
  222.       end
  223.     end
  224.     object TabSheet7: TTabSheet
  225.       Caption = 'ftp://'
  226.       object MemoFTP: TMemo
  227.         Left = 0
  228.         Top = 0
  229.         Width = 624
  230.         Height = 402
  231.         Align = alClient
  232.         PopupMenu = PopupMenuFTP
  233.         ReadOnly = True
  234.         ScrollBars = ssVertical
  235.         TabOrder = 0
  236.         WordWrap = False
  237.       end
  238.     end
  239.   end
  240.   object StatusBar1: TStatusBar
  241.     Left = 0
  242.     Top = 430
  243.     Width = 632
  244.     Height = 23
  245.     Panels = <>
  246.     SimplePanel = True
  247.     SimpleText = 
  248.       ' IntraBob 0.9 (c) 1997 by Bob Swart (aka Dr.Bob - www.drbob42.co' +
  249.       'm) for Under Construction column in The Delphi Magazine #27'
  250.   end
  251.   object BrokenLink1: TBrokenLink
  252.     OnUpdate = BrokenLink1Update
  253.     Left = 276
  254.     Top = 64
  255.   end
  256.   object PopupMenuSuspected: TPopupMenu
  257.     Left = 96
  258.     Top = 92
  259.     object Save2: TMenuItem
  260.       Tag = 2
  261.       Caption = '&Save suspected links...'
  262.       Hint = 'Save suspected links'
  263.       OnClick = SaveClick
  264.     end
  265.     object About2: TMenuItem
  266.       Caption = '&About...'
  267.       OnClick = AboutClick
  268.     end
  269.   end
  270.   object PopupMenuBrokenLinks: TPopupMenu
  271.     Left = 172
  272.     Top = 92
  273.     object Save3: TMenuItem
  274.       Tag = 3
  275.       Caption = '&Save broken links...'
  276.       Hint = 'Save broken links'
  277.       OnClick = SaveClick
  278.     end
  279.     object About3: TMenuItem
  280.       Caption = '&About...'
  281.       OnClick = AboutClick
  282.     end
  283.   end
  284.   object PopupMenuExternalLinks: TPopupMenu
  285.     Left = 248
  286.     Top = 92
  287.     object Save4: TMenuItem
  288.       Tag = 4
  289.       Caption = '&Save external links...'
  290.       Hint = 'Save external links'
  291.       OnClick = SaveClick
  292.     end
  293.     object About4: TMenuItem
  294.       Caption = '&About...'
  295.       OnClick = AboutClick
  296.     end
  297.   end
  298.   object PopupMenuMailTo: TPopupMenu
  299.     Left = 300
  300.     Top = 92
  301.     object Save5: TMenuItem
  302.       Tag = 5
  303.       Caption = '&Save mailto:...'
  304.       Hint = 'Save mailto:'
  305.       OnClick = SaveClick
  306.     end
  307.     object About5: TMenuItem
  308.       Caption = '&About...'
  309.       OnClick = AboutClick
  310.     end
  311.   end
  312.   object PopupMenuNews: TPopupMenu
  313.     Left = 348
  314.     Top = 92
  315.     object Save6: TMenuItem
  316.       Tag = 6
  317.       Caption = '&Save news://...'
  318.       Hint = 'Save news://'
  319.       OnClick = SaveClick
  320.     end
  321.     object About6: TMenuItem
  322.       Caption = '&About...'
  323.       OnClick = AboutClick
  324.     end
  325.   end
  326.   object PopupMenuFTP: TPopupMenu
  327.     Left = 392
  328.     Top = 92
  329.     object Save7: TMenuItem
  330.       Tag = 7
  331.       Caption = '&Save ftp://...'
  332.       Hint = 'Save ftp://'
  333.       OnClick = SaveClick
  334.     end
  335.     object About7: TMenuItem
  336.       Caption = '&About...'
  337.       OnClick = AboutClick
  338.     end
  339.   end
  340.   object PopupMenuHomePage: TPopupMenu
  341.     Left = 20
  342.     Top = 92
  343.     object Save1: TMenuItem
  344.       Tag = 1
  345.       Caption = '&Save checked subpages...'
  346.       Hint = 'Save checked subpages'
  347.       OnClick = SaveClick
  348.     end
  349.     object About1: TMenuItem
  350.       Caption = '&About...'
  351.       OnClick = AboutClick
  352.     end
  353.   end
  354.   object SaveDialog: TSaveDialog
  355.     DefaultExt = '*.*'
  356.     Filter = 'any file format|*.*'
  357.     Left = 212
  358.     Top = 56
  359.   end
  360. end
  361.